html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding-top: 0px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 5px;
}
.nav{
    z-index:2000;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h1,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h1,
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

























* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


















body {
    background-color: white;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family:'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

#logo img {
    width: 250px;
    margin: 5px;
}

#dipu {
    background-color: #001805;
    min-height: 50px;
}

a {
    color: black;
    text-decoration:none;
}
.cos .right .img-right, .cos .left .img-right{
    margin-top:26px;}

/*/ Home /*/
.foto-home {
    position: relative;
    height: 897px;
    margin-bottom: 20px;
    /*    background-image:url(../img/imatge-01.jpg);*/
    background-size:cover;
}

.foto-int {
    position: relative;
    height: 125px;
    background-image:url(../img/fons_header.jpg);
    background-size:cover;
    z-index:1;
}

.cos {
    padding: 40px 0;
    overflow: hidden;
}
.top {

    padding: 26px 10px;

    position: relative;	
}
.foto-home .top {
    background-image:url(../img/deg-trans.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/deg-trans.png', sizingMethod='scale');

    z-index: 9999;

}

.foto-int .top {
    background-image:url(../img/deg-trans.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/deg-trans.png', sizingMethod='scale');

    z-index: 9999;

}

.idiomes {
    font-family: 'Open Sans', sans-serif;
    color: #c2beba;
    font-size: 0.8em;
    width: 86px;
    font-weight: 300;
}

.idiomes a {
    color: #c2beba;
    text-decoration: none;
}
.idiomes a.idioma-actual {
    color:#777;
}

.idiomes a:hover {
    color: black;
}

.social {
    display: block;
    margin-top: 30px;
    text-align: right;
}

.social a img {
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
    padding-left: 5px;
}

.social a:hover img {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.barramenu {
    z-index: 99999 !important;
    background-color: white;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

div.filtre span.ui-autocomplete, div.fonsimatges span.ui-autocomplete, div.filtre div.ui-selectonemenu, div.fonsimatges div.ui-selectonemenu, div.cercaimatges div.ui-selectonemenu{
    width: 100%;
}
div.filtre span.ui-autocomplete input, div.fonsimatges span.ui-autocomplete input, div.filtre div.ui-selectonemenu input, div.fonsimatges div.ui-selectonemenu input, div.cercaimatges div.ui-selectonemenu input{
    height: 28px;
}
div.filtre span.ui-autocomplete button, div.fonsimatges span.ui-autocomplete button, div.filtre div.ui-selectonemenu button, div.fonsimatges div.ui-selectonemenu button, div.cercaimatges div.ui-selectonemenu button{
    height: 28px !important;
}
#menu a.nav-button{
    z-index:2000;
}

.ui-selectonemenu-panel{
    max-width: 500px;
}

@media only screen and (min-width : 768px) {

    #menu {
        font-size: 1.1em;
    }

    #menu ul {
        list-style-type: none;
        font-family: 'Open Sans', sans-serif;
        margin: 0px;
        padding: 0px;	
    }

    #menu ul li.nivel1 {
        float: left;
    }

    #menu ul li a {
        color: black;
        text-decoration: none;
        display: block;
        padding: 8px 15px 11px 0px;
        margin-right: 15px;
        /*border-bottom: 4px solid white;*/
    }

    #menu ul li:hover {
        position: relative;
    }

    #menu ul li a:hover, #menu ul li:hover a.nivel1 {
        position: relative;
        color:#9d9c9c;
        /*border-bottom: 4px solid black;*/
    }

    #menu ul li a.nivel1 {
        display: block!important;display: none;
        position: relative;
        text-transform: uppercase;
        font-weight:600;
    }

    #menu ul li ul {
        display: none;
        font-size: 0.9em;
        width: 300px;
        font-weight:300;
    }

    #menu ul li a:hover ul, #menu ul li:hover ul {
        display: block;
        position: absolute;left: 0px;
        z-index: 9999;
    }

    #menu ul li ul li a {
        background-color:#ececec;
        color:black;
        border-top: 1px solid white;
        padding: 14px 9px;
        padding-bottom: 10px;
    }
    #menu ul li ul li a:hover {
        border-top: 1px solid black;
        background-color: black;
        color: white;
        position: relative;
    }

}
table.falsa {
    border-collapse:collapse;
    border:0px;
    float: left;
    position: relative;
}




.cistella {
    font-size: 0.8em;
    color: #9d9c9c;
    padding: 9px 0px;
}

.cistella img{
    margin:0px 1px -4px 0px;
}
.cistella span {
    background-color: #ececec;
    padding: 2px 7px;
    margin-bottom: 5px;
    margin-top: -5px !important;
    margin-left: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.social-peu {
    display: none;
}


/*/ Sidebar Home /*/

input#searchform,  .sidebar-home input {
    font-family: 'Open Sans', sans-serif;
    color: #333;


    padding: 5px 7px;
    width: 90%;
    font-size: 0.8em;
}

.cerca-sidebar a {
    color: #9e9e9e;
    font-size: 0.9em;
}


.cerca-sidebar a:hover {
    color: white;
}

.fitxallibre a.botocerca{
    background-color: #ececed;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
    padding: 3px 5px;
    font-size: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-top:20px;
}

.cerca-sidebar a.botocerca, .cercaimatges a.botocerca{

    background-color: #ececed;
    color: white;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
    padding: 3px 5px;
    font-size: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70px;
    float: right;
    text-align: center;
}

.cerca-sidebar a.botocerca:hover, .cercaimatges a.botocerca:hover {
    background-color: #9e9e9e;
    color: white;
}

.sidebar-home {
    background-image: url(../img/deg-black.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/deg-black.png', sizingMethod='scale');
    width: 263px;
    padding: 10px;
    height: 722px;
    color: white;
}

.sidebar-home h3 {
    background-image: url(../img/tira-sidebar.png);
    background-repeat: no-repeat;
    color: black;
    height: 33px;
    margin: 5px 0px 5px -16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 15px;
    font-size: 1.18em;
    padding-top: 2px;
    margin-top: 20px;

}

.agenda {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
}

.agenda a {
    color: white;
    text-decoration: none;
    display: block;

    overflow: hidden;
    margin-bottom: 10px;
}

.agenda a:hover {
    color: #f28a0e;
}


.agenda h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 0.8em;
}

.agenda h2 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 0.8em;
}
.agenda span {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: .8em;
}
.agenda a.veuremes {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    text-decoration: underline;
    font-size: 0.75em;
    margin-top: 15px;	
}


.agend {
    padding-bottom: 30px;
    border-bottom: 1px dashed #aaaaa9;
    margin-bottom: 30px;
}
.titulars .agenda-icona{
    position:relative;
    top:6px;
    left:0px;
    margin-right: 7px;
}

.agend img {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.gran img {
    width: 250px;
}


.agend .right {
    width: 600px;
    float:left;

}

.gran .right {
    width: 600px;

}

.agend .right span {
    color: #aaaaa9;
}

.agend .right a span {
    color: #aaaaa9;
    
}

.agend .right a{
    color: #aaaaa9;
    text-decoration: underline;
}

.agend .right a:hover {
    text-decoration: underline;
}

.agend .right h1 {
    margin: 0px;
    padding: 0px;
    margin: 5px 0px;
    line-height: 1.2;
}

.agend .right h2 {
    margin: 0px;
    padding: 0px;
    margin: 5px 0px;
    line-height: 1.2;
}

.gran a.social img {
    width: 32px !important;
}

a.social img {
    width: inherit;
    float: left;
    margin-right: 7px;
}

.agend .right h1 a {
    text-decoration: none;
}

.agend .right h1 a:hover {
    text-decoration: underline;
}

.agend .right h2 a {
    text-decoration: none;
}

.agend .right h2 a:hover {
    text-decoration: underline;
}


/*/ Botonera /*/

.botonera {
    float: right;
    margin-top: 50px;
    position: absolute;
    top: 210px;
    right: 0px;
}

.botonera a {
    display: block;
    margin-bottom: 10px;
    height: 92px;
    text-decoration: none;
}

.botonera a .fons {
    position: relative;
    margin-top: -93px;
    height: 92px;
    width: 250px;
    margin-left: -23px;
    transition: transform 1s;
}

.boto1 {
    background-image: url(../img/fletxa1.png);
    background-repeat: no-repeat;
}

.boto2 {
    background-image: url(../img/fletxa2.png);
    background-repeat: no-repeat;
}

.boto3 {
    background-image: url(../img/fletxa3.png);
    background-repeat: no-repeat;
}

.boto4 {
    background-image: url(../img/fletxa4.png);
    background-repeat: no-repeat;
}

.botonera a:hover .fons {
    /*    margin-left: -173px;*/
    width: 250px;
    transform: translateX(-173px);
}


.botonera a span {
    display: none;
}

.botonera a:hover span {
    display: inherit;
    opacity:1;
    transition-delay: 0.1s;
}

.botonera a span {
    color: white;
    text-decoration: none;
    text-align: right;
    width: 130px;
    margin-left: 30px;
    padding-top: 5px;
    font-size: 0.9em;
    line-height: 1.3em;
    height: 83px;
    overflow: hidden;
    z-index: 70;
    opacity:0; 
    font-weight: bold;
}

.botonera a span strong {
    font-size: 1.2em;
}

.botonera a img {
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    z-index: 10;
    position: relative;
    width: 107px;
    height: 93px;
    transition: transform 1s;
}

.botonera a:hover img {
    border: 1px solid #ddd;
    border-radius: 4px;
    opacity: 1;
    padding: 1px;
    transform: scale(1.1);
    background-color: white;
}


h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.4em;
/*    margin: 0px;
    margin-bottom: 20px;*/
}


/*/ Sala d'exposicions /*/

.expos-home {
    margin-bottom: 25px;
}

.expos-home a {
    float: left;
}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
}

.bx-wrapper .bx-prev {
    left: -30px !important;
}

.bx-wrapper .bx-next {
    right: -30px !important;
}

.mini-expo-home, .slide {
    margin: 0px 15px 20px 15px!important;
    width: 240px !important;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
}

.galeint {
    width: 240px !important;
    float: left !important;
}

.mini-expo-home img {
    width: 500px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 16px -6px black;
    -moz-box-shadow: 0 8px 16px -6px black;
    box-shadow: 0 8px 16px -6px black;
}


a.mini-expo-home {
    text-decoration: none;
    height: 275px;
}

a.mini-expo-home:hover img {
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

a.mini-expo-home span {
    background-image: url(../img/mini-num-fotos.png);
    display: block;
    text-align: right;
    font-size: 0.9em;
    color: white;
    padding: 5px;
    margin-top: -45px;
    position: relative;
}

a.mini-expo-home {
    color: #706258;
}

a.mini-expo-home h2 {
    color: black;
    font-weight: 500;
    font-size: 1.15em;
    margin-top: 20px;
    min-height: 40px;
}

a.mini-expo-home:hover h2, a.mini-expo-home:hover {
    color: #9e958e;
}

div.fitxa-exposicio-imatges >a> div{
    float:left;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin-bottom: 20px;
    margin-right: 12px;
    cursor: pointer;
}
div.fitxa-exposicio-imatges >a> div:hover{
    opacity: 0.8;
}
/*/ Presentacio /*/

.foto-presentacio {
    position: relative;
    height: 105px;
    margin-bottom: 20px;
}

.main-cont {
    width: 1080px;
}

#patrimoni-cont.main-cont {
    width: 640px;
}

#patrimoni-cont .main-cont {
    width: 640px;
}

.main-cont h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.1em;
    line-height: 1.2em;
}

h1.titulars {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.1em;
    line-height: 1.2em;
    border-bottom: 1px dashed black;
    display: block;
    padding-bottom: 7px;
    /*margin-top: 0px;*/
}

.main-cont h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.1em;
    line-height: 1.2em;
}

h2.titulars {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.1em;
    line-height: 1.2em;
    border-bottom: 1px dashed black;
    display: block;
    padding-bottom: 7px;
    /*margin-top: 0px;*/
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 26px 0px 0px 0px;
    padding: 0px;
    font-size: 1.3em;
}
h3.titolslide {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.4em;
    margin: 0px;
    margin-bottom: 20px;
}
.main-cont h4 {
    border-top:1px dashed black;
    border-bottom:1px dashed black;
    padding: 10px 0px;
    font-weight: 300;
}

.cos .right{
    float: left;
    text-align: justify;
}

.formulari span {
    font-weight: bold;
    font-size: 1.2em;
}

.formulari .right {
    width: 650px;
}

.formulari input[type="text"], .formulari input[type="email"], .formulari textarea {
    width: 650px;
    background-color: #ededed;
    border: none;
    padding: 5px 7px;
    margin-bottom: 5px;
    border: 1px solid #bbb;
    color: #9d9c9c;
    font-size: 0.9em;
    border-radius: 0px;
}

.formulari textarea {
    height: 100px;
    margin-top: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}
.formulari label {
    font-size: 12px;
}

.formulari input[type="submit"] {

    border: none;



    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background-color: #ececec;
    border-radius: 10px;
    color: black;
    display: block;
    float: right;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin-right: 0px;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
}





/*/ Arxiu /*/

table.taulaarxiu {
    font-size: 0.9em;
    background-color: #f6f6f1;
    table-layout: fixed;
}

table.taulaarxiu tr:first-child {
    background-color: black !important;
    color: white;
    margin-bottom: 5px;
}

table.taulaarxiu tr:nth-child(odd) {
    background-color: #ececed;
}
table.taulaarxiu td {
    padding: 10px;
}
table.taulaarxiu a {
    text-decoration:none;
}
table.taulaarxiu a:hover {
    text-decoration:underline;
}

/*/ Imatges /*/

.cercaimatges {
    background-color: #d9dadb;
    padding: 15px;
    width: 260px;
    position:relative;
    right: 780px;
}

.cos-cistella .cercaimatges{
    right: auto;
}
.cos-cistella .contimatges{
    left: 40px;
}

.contfons {
    width: 1080px;
    float: left !important;
    left: 280px;
    position:relative;
}

.contimatges {
    width: 780px;
    float: left !important;
    left: 280px;
    position:relative;
}

.contimatgesint {
    width: 780px;
    padding-left:20px;
    float: left !important;
    left: 260px;
    position:relative;
}
.contimatgesint h1 {
    clear:both;
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0 20px;
}
.contimatgesint img {
    max-width: 600px;
}
.contimatgesint div.imatge-reportatge:hover {
    opacity:0.8;
}
.contimatgesint div.imatge-reportatge {
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    float:left;
    margin-right: 30px;
    cursor:pointer;
}


.contbiblioint {
    width: 780px;
    padding-left:20px;
    float: left !important;
    left: 260px;
    position:relative;
}
.contbiblioint h1 {

    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0 20px;
}
.contbiblioint img {
    float:left;
    margin-right:20px;
    max-width: 250px;
}
.fotos {
    float: left;
    margin-top: 10px;
    padding: 5px;
    width: 250px;

    overflow: hidden;
    text-align: center;
    font-size: 0.8em;
    background-color: white;
    margin-right: 8px;
}

.fotos img {
    max-width: 260px;
    height: 160px;
    margin-bottom: 7px;

}
.fotos span {
    float:none !important;

}

.fotos a.afegir {
    float:none !important;
    margin-left: 5px;

}

.fotosRep {
    float: left;
    margin-top: 10px;
    padding: 5px;
    width: 250px;

    overflow: hidden;
    text-align: center;
    font-size: 0.8em;
    background-color: white;
}

.fotosRep img {
    max-width: 260px;
    height: 160px;
    margin-bottom: 7px;

}
.fotosRep span {
    float:none !important;

}

.fotosRep a.afegir {
    float:none !important;
    margin-left: 5px;

}

.fotosRep .fa {
    color: white;
}

a.afegir {
    background-color: #ececec;
    padding: 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}

a.afegir:hover {
    color: white;
    background-color: black;
}

.fotos {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 224px;
    overflow: hidden;
}

.fotos:hover img {
    cursor: pointer;
    opacity:0.8;
}

.fotosRep {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 168px;
    overflow: hidden;
}

.fotosRep:hover img {
    cursor: pointer;
    opacity:0.8;
}



a.botonsavancada {
    margin-top: 6px;
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    display: block;
    text-align: center;
    background-color: #c6c6c6;
    text-transform: uppercase;
    padding: 5px 7px;
    border-right:2px solid #9c9c9c;
    border-bottom:2px solid #9c9c9c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

a.botonsavancada:hover {
    background-color: #9a9a9a;
    border-right:2px solid #5f5f5f;
    border-bottom:2px solid #5f5f5f;	
}


.fitxatecnica p, .fitxatecnica>div {
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #dadada;
    color: #878786;
    overflow: hidden;
}

.fitxatecnica strong {
    color: black;
    font-weight: 100;
    margin-right: 5px;
    float: left;
    width: 125px;
}
.fitxatecnica {
    width: 100%;
    padding-bottom:20px;
}

.icon-blanca{
    color: white;
}

.contbiblioint .fitxatecnica {
    width: 480px;
    float:left;
}


/*/ Botiga nav /*/

.navcompra {
    margin-bottom: 50px;
    float:none !important;
    overflow: auto;
}


#breadcrumbs-one{
    overflow: hidden;

    margin: 0px;
    padding: 0px 20px 10px 0px;
    float:left;
}

#breadcrumbs-one li{
    float: left;
    text-transform: uppercase;
}

#breadcrumbs-one a{
    padding: .3em 1em .3em 2em;
    float: left;
    text-decoration: none;
    color: #c6c6c5;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #ececec;
}

#breadcrumbs-one li:first-child a{
    padding-left: 1em;
}

#breadcrumbs-one a:hover, #breadcrumbs-one .active a{
    background: #67b32d;
    color: white;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1em;   
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

#breadcrumbs-one a::after{ 
    z-index: 2;
    border-left-color: #ececec;  
}

#breadcrumbs-one a::before{
    border-left-color: white;  
    right: -1.1em;
    z-index: 1; 
}

#breadcrumbs-one a:hover::after, #breadcrumbs-one .active a::after{
    border-left-color: #67b32d;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
    content: normal;  
}

#breadcrumbs-two{
    overflow: hidden;
    width: 100%;
}

#breadcrumbs-two li{
    float: left;
    margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    position: relative;
}

#breadcrumbs-two a:hover{
    background: #99db76;
}

#breadcrumbs-two a::before{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}

#breadcrumbs-two a:hover::before{
    border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ddd;
    right: -1em;
}

#breadcrumbs-two a:hover::after{
    border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
    content: normal;
}




a.continuar {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;

    color: black;
    text-decoration: none;
    background-color: #ececec;
    padding: 3px 10px;
    display: block;	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.continuar:hover {
    background-color: black;
    color: white;
}


.productcistella {
    border-bottom: 1px dashed gray;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.productcistella .foto img {
    max-width: 205px;
}

.productcistella .text {
    width: 550px;
    color: #878786;
}

.productcistella .text strong {
    color: black;
    font-weight: 100;
}

a.tancar {
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    font-size: 1.5em;
    text-decoration: none;
    width:32px !important;
    height:32px !important;
    padding: 5px 7px;
    display: block;	
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.productcistella a.tancar {
    position:absolute;
    right:0;
    width:32px !important;
    height:32px !important;
    background-image: url(../img/close2.png);
}

a.tancar:hover {
    background-position: 0 32px;
}


.cercabiblio {
    border-bottom: 1px dashed gray;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cercabiblio .foto img {
    max-width: 100px;
}

.cercabiblio .text {
    width: 650px;
    color: #878786;
}

.cercabiblio .text strong {
    color: black;
    font-weight: 100;
}
.cercabiblio a{
    color: #878786;
}
.cercabiblio a:hover{
    color: #000;
}
/*/ 404 /*/

.error {
    background-image: url(../img/imatge-error.jpg);
    height: 422px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.error h1 {
    font-size: 7em;
}

.error h2 {
    font-weight: 500;
    font-size: 2em;
    line-height: 1;
}

.error a {
    color: black;
}

.error a:hover {
    text-decoration: none;
}


/*/ Solicitud /*/

.solicitud h1 {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    font-size: 1.5em;
}

.solicitud h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    border-bottom: 4px solid black;
    font-size: 1.1em;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.solicitud h2 {
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    border-bottom: 4px solid black;
    font-size: 1.1em;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.solicitud input#searchform {
    width: 98%;
    border: none;
    color: #9d9c9c;
    margin-bottom: 8px;
    margin-top: 5px;
    background-color: #ededed;
    border: 1px solid #bbb;
}

.solicitud label {
    font-size:12px;


}
.solicitud {
    margin-bottom: 10px;


}

.solicitud ul li {
    border-bottom: 1px dashed gray;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.advert {
    background-color: #bde5f8;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*/ Fons /*/


.fons .left {
    width: 30%;
}

.fons .right {
    /*    width: 70%;*/
    float:left
}

.fons #detallFons.right {
    width: 70%;
    float:left
} 

.fons .left img {
    /*max-width: 400px;*/
    height: inherit;
    padding-right:50px;
    width: 100%;
}
.bx-controls-direction{
    position:relative;
    margin-top:20px;
}
.bx-controls-direction>a:first-of-type{

}
#slider-prev:hover, #slider-next:hover{
    opacity: 0.8;
}
#slider-prev, #slider-next{
    font-size: 24px;
    background-color: white;
    position: absolute;
    margin-top: 100px;
    z-index: 1000;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 22px;
    width: 27px;
    text-align: center;
    height: 27px;
    padding: 0px;
    line-height: 27px;
    font-weight: bold;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider-prev{
    margin-left: 2px;
}
#slider-next{
    margin-left: 270px;
}
.bxslider>div{
    display:none;
}
.bxslider>div:first-of-type{
    display:block;
}
.fons a.botocerca, .contimatgesint a.botocerca, .agend a.botocerca {
    background-color: #ececed;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 15px;
    padding: 3px 10px;
    font-size: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 165px;
    text-align: center;
    float:left;
    font-weight: 600;
    margin-top: 40px;
}
.contimatgesint a.botocerca{
    margin-top: 60px;
    margin-bottom: 20px;
}
.fons a.botocerca.right, .contimatgesint a.botocerca.right ,.agend a.botocerca.right {
    float:right;
}

.fons a.botocerca.left, .contimatgesint a.botocerca.left , .agend a.botocerca.left {
    float:left;
}

a.botocerca.left{
    float:left;
    margin-left:0px;
}

.fons a.botocerca:hover, .contimatgesint a.botocerca:hover, .agend a.botocerca:hover {
    background-color: #9e9e9e;
    color: white;
}

.fons a.botocerca.imatgesFons  {
    margin-left: 60px;
    margin-top: 10px;
}

.titol-fons-llista{
    font-weight: bold;
}
/*/ Exposicions Virtuals /*/

.expovirtual .descripcio {
    padding-bottom: 30px;
    border-bottom: 1px dashed black;
    margin-bottom: 30px;
    font-weight: 300;

    font-size: 1.2em;
}

#llistaImatges .right{
    float: right;
}

/*/ Publicacions /*/

.publicacions {
    float: left;
    width: 20%;
    height: 300px;
    overflow:hidden;
    padding: 20px;
    display: block;
    font-size: 0.85em;
}

.publicacions img {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.21);
}

.publicacions h3 {
    margin: 15px 0px;
    font-size: 1.4em;
}
.publicacions h3 a:hover{
    text-decoration:underline;
}
.publicacions a img:hover{
    opacity:0.8;
}
/*/ Formació /*/

.form-form {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 25px;
    border-top:1px dashed black;
}

.form-form a {
    display: block;
    margin-bottom: 15px;
    color: black;
    text-decoration: none;
}

.form-form a img {
    padding-right: 7px;
}

.advertform {
    background-color: #f2f2f3;
    padding: 10px 15px;
}

/*/ Servei de Documentacio /*/

.cerca-bibliografica {
    margin-top: 40px;
    margin-bottom: 10px;
}
.formulari-cerca-bibliografica{
    width: 45% !important;
}

.cerca-bibliografica h1 {

    font-family: 'Open Sans', sans-serif;

    border-bottom: 4px solid black;
    font-size: 1.5em;
    font-weight: 100;
    margin: 0 0 10px;
    padding: 0 0 4px;
}

.cerca-bibliografica h2 {

    font-family: 'Open Sans', sans-serif;


    border-bottom: 4px solid black;
    font-size: 1.5em;
    font-weight: 100;
    margin: 0 0 10px;
    padding: 0 0 4px;
}
.cerca-bibliografica input[type="text"] {

    width: 98%;
    font-size: 0.9em;

    padding: 5px 7px;
    background-color: #ededed;
    border: 1px solid #bbb;
    color: #9d9c9c;
    margin-bottom: 8px;
    margin-top: 5px;
}
.cerca-bibliografica label {


    font-size:12px;


}
.cerca-bibliografica a.botocerca {

    float: right;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 40px;
    background-color: #ececec;

    color: black;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
}

a.bototornacerca {
    background-color: #ececed;
    border-radius: 10px;
    color: black;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin-right: 15px;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 165px;
    clear:both;
    margin-top:20px;
}
a.bototornacerca:hover {
    background-color: #9e9e9e;
    color: white;
}
a.botocerca:hover {
    background-color: #999;
    color: white;
}

.cerca-bibliografica .left{
    width:50%; 
}

/*/ Peu /*/

.menu-peu {
    background-color: #ececec;
}

ul.menu-bottom {
    list-style: none;
    margin: 0px;
    padding: 28px 15px 15px 15px;
}

ul.menu-bottom li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    margin-right: 0px;
    width:150px;
}

ul.menu-bottom li a {
    color: black;
    /*/ text-transform: uppercase; /*/
    font-weight: 500;
    text-decoration: none;
    font-size: 1.1em;
}

ul.menu-bottom li a:hover {
    color: #787878;
}

ul.menu-bottom li ul {
    list-style: none;
    margin-bottom: 28px;
    margin-top: 7px;
    padding: 0px;
    width: 120px;
}

ul.menu-bottom li ul li {
    float: inherit;
    font-family: 'Open Sans', sans-serif;
}

ul.menu-bottom li ul li a {
    text-transform: inherit !important;
    font-size: 0.8em;
    font-weight: 100;
    color: #9d9c9c;
    display: block;
    margin-bottom: 5px;
}

ul.menu-bottom li ul li a:hover {
    color: black;
}


.peu {
    padding: 10px;
    font-size: 0.8em;
}

.peu strong {
    font-size: 1.4em;
}

.peu a {
    color: black;
    text-decoration: none;
    padding: 7px;
}

.peu a:hover {
    text-decoration: underline;
}


/*/ -- /*/

hr {
    margin: 60px 0px;
    border: 1px solid;
}

a img, img a {
    border: none;
}

.centrat {
    width: 1080px;
    margin: 0 auto;
}

.left {
    float: left;
}

.left-noticies {
        float: left;
        max-width: 300px;
    }

.left.espaiDreta{
    margin-right: 30px;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.pagenav {
    /*    margin-top: 30px;*/
    clear: both;
}

.pagenav a {
    color: #b2b2b1;
    text-decoration: none;
}
.pagenav a.actual {
    font-weight: bold;
    color: #777;
}

.pagenav a:hover {
    color: black;
    font-weight: bold;
}





img {
    max-width: 100%;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
input#searchform, select, .sidebar-home input {
    width: 100%;
    margin-bottom:5px;

}
select {
    padding:5px; font-size: 0.8em; font-family: 'Open Sans', sans-serif;
    color: #878787;


}
input#searchform, select, .sidebar-home input {
    width: 100%;
    margin-bottom:5px;

}
.sidebar-home select {

    margin-bottom:15px;

}

.sidebar-home .filtre {
    padding:10px 0;
}

.desplegable{
    width: 100%;
}

.ui-selectonemenu{
    background-color: #eeeeef;
    border: 1px solid #a8a8a8;
    color: #868883;
    margin-bottom: 4px;
}

.ui-selectonemenu .ui-selectonemenu-trigger{
    border: 0px solid;
    cursor: pointer;
    height: 100%;
    padding: 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    box-sizing: initial;
    background-color: #eeeeef;
    color: #868883;

}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield{
    box-shadow: none; 
    background-color: #eeeeef;
    color: #868883;
    margin-bottom: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background-color: #eeeeef;
    color: #868883;
}


.peu .centrat .right {padding-top:3px;}

/*  pagination  */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444444;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > li > a.actual,
.pagination > li > span.actual {
    font-weight: bold;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ccc;
    border-color: #ccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #dddddd;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* fi pagination */

/* Fitxa fons */
div.fons-taula-fitxa{
    float: left;
    clear: both;
    width: 100%;
    margin-top: 40px;
}
div.fons-taula-fitxa-pestanya{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 35px;
}
div.fons-taula-fitxa-pestanya-titol{
    float: left;
    clear: both;
    font-size: 1.3em;
    text-decoration: underline;
}
div.fons-taula-fitxa-pestanya-fila{
    float: left;
    clear: both;
    width: 100%;
}
div.fons-taula-fitxa-pestanya-fila div{
    float:left;
    width: 550px;
    max-width: 100%;
}
div.fons-taula-fitxa-pestanya-fila>div:first-of-type{
    font-weight: bold;
    clear:both;
    width: 185px;
}
/* Fi fitxa fons */


/* Inscripció curs */
div.inscripcio-nom-curs{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
table.inscripcio-formulari{
    margin-top: 25px;
}
table.inscripcio-formulari .ui-widget-content{
    border: 0px solid white;
    border-bottom: 1px solid #dfdfdf;
}
table.inscripcio-formulari input{
    width: 350px;
}
table.inscripcio-formulari tfoot{
    text-align:center !important;
}
table.inscripcio-formulari tfoot tr{
    background: transparent;
    border: none;
}


/* Foto - titol imatge hover */



.foto-hover-info {
    position:relative;
    width:250px;
    height:160px;
    overflow:hidden;
    float:left;
    margin-right:20px;
    margin-bottom: 5px;
}
.foto-hover-info figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left: 0px
}
.foto-hover-info figure img {
    display:block;
    position:relative;
    z-index:10;
    margin: auto;
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}


.foto-hover-info figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.foto-hover-info figure h4 {
    /*    font-family:'Lato';*/
    color:black;
    font-size:14px;
    text-align:left;
    margin-bottom: 10px;
    margin-top:0px;
}
.foto-hover-info figure p {
    display:block;
    /*    font-family:'Lato';*/
    font-size:12px;
    line-height:16px;
    margin:0;
    color:black;
    text-align:left
}
.foto-hover-info figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:14px 14px;
    background-color:#ececec;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

.foto-hover-info figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.foto-hover-info figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}




/* Fi Foto - titol imatge hover */


/* Fi inscripció curs */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .cos {padding:40px;}

    .barramenu .centrat {padding: 0 40px;
    }
    .centrat {
        width: 960px;
    }
    /* Veig que anyFargnoli queda malament, pel qu eho comento.
       Diria que no s'usa enlloc més
    .main-cont {
        width: 50%;
    }
    */
    .cos .right {
        /*   width: 35%;   */

    }
    .cos.formulari .right {
        width: 70%;
    }

    .contimatges {
        width: 600px;
    }
    .contimatgesint {
        width: 600px;
    }
    .contbiblioint {
        width: 600px;
    }
    .cercaimatges {

        right: 600px;

    }

    ul.menu-bottom li {
        width: 154px;
    }

    .productcistella .text {
        width: 370px;
    }
    .cercabiblio .text {
        width: 470px;
    }
    .publicacions {

        width: 25%;

    }

    .contbiblioint img {
        margin-bottom:20px;
        max-width: 150px;
    }
    .contbiblioint .fitxatecnica {
        width: 400px;
    }
}





/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .cos.formulari .right {
        float:right;
    }
    .main-cont {
        width: 100%;
    }
    .publicacions {

        width: 33%;

    }

    .contimatgesint img {
        max-width: 100%;
    }
    .contbiblioint .fitxatecnica {
        width: 100%;
    }
    .cos .right {

        float:left;
    }

    a.continuar {
        float:right !important;
    }
    .centrat {
        width: 100%;
    }
    #menu {
        font-size: .9em;
    }

    #menu ul li a {

        padding: 5px 10px 5px 0px;
        margin-right: 10px;

    }
    ul.menu-bottom li {
        float: left;
        font-family: 'Open Sans', sans-serif;
        margin-right: 0px;
        width: 120px;
    }
    .formulari input[type="text"], .formulari input[type="email"], .formulari textarea {
        width: 100%;
    }
    .contimatges {
        width: 400px;
        left: 200px;
        padding-left:20px;
    }
    .productcistella .text {
        margin-top:15px;
        width: 100%;
        float:none !important;
    }
    .productcistella .foto img {
        max-width: 100%;
    }
    .productcistella .right, .productcistella .left {
        float: none;
    }

    .cercabiblio .text {
        margin-top:15px;
        width: 100%;
        float:none !important;
    }

    .cercabiblio .right, .cercabiblio .left {
        float: none;
    }

    .gran .right {
        width: 350px;
    }
    .agend .right {
        width: 350px;
    }
    .contimatgesint {
        left: 200px;
        width: 66%;
    }
    .contbiblioint {
        left: 200px;
        width: 66%;
    }
    .contimatges {
        left: 200px;
        width: 66%;
    }
    .cercaimatges {
        right: 68%;
        width: 220px;
    }

    .sidebar-home {

        height: 708px;

    }

    .fons #slider-prev, .fons #slider-next{
        display:none;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


    #breadcrumbs-one li{
        font-size:11px;
    }	


    .fons a.botocerca, .agend a.botocerca  {

        margin-right: 0px;
        padding: 3px 5px;

        width: 155px;
    }	


    .barramenu .centrat {padding: 0px;    }

    .left {
        float: none;
    }
    
    .left-noticies {
        float: none;
    }

    body {
        width: 100%;
    }


    .social, .expos-home, .menu-peu, h3.titolslide  {
        display: none;
    }

    #dipu img {
        height: 35px;
    }

    .foto-home {
        height: 490px;
    }

    .top {
        padding: 7px;
    }

    #logo img {
        width: 190px;
    }


    .idiomes {
        margin-left: 0px;
        font-size: 0.9em;
        position: relative;
        width: 110px;
        text-align: right;
    }

    #menu ul {
        font-size: 0.8em;
        text-align: left;
    }

    a.nivel1 {
        padding: 0px !important;
        border: none !important;
        margin: 5px 8px !important;
    }

    .cistella {
        padding-right:5px;
        z-index: 999;
        font-size: 0.6em;
    }

    .cistella span {
        margin-left: 5px;
    }

    .sidebar-home {
        width: 250px;
        padding: 10px;
        height: 383px;
    }


    .agenda {
        font-size: 1.3em;
    }

    .agenda a {
        margin-bottom: 15px;
        height: auto;
    }

    .agenda h1 {
        font-size: 0.8em;
    }
    
    .agenda h2 {
        font-size: 0.8em;
    }
    .agenda span {
        font-size: 0.7em;
    }
    .fonsimatges {
        left: 0;
        margin-top: 650px;
        padding: 10px;
        position: absolute;
        width: 100%;
    }

    .cerca-imatges {
        margin-top: 366px;
        position: absolute;
        left: 0;

        padding: 10px;
    }


    .cerca-imatges h3, .fonsimatges h3 {
        margin: 0px;
        background-position: right;
        padding-left: 10px;
        padding-top: 5px;
        width: 140px;
        font-size: 14px;

    }



    .cerca-imatges input, .fonsimatges select {
        background-color: #eeeeef;
        border: medium none;
        color: #868883;

        height: auto;

        margin-top: 10px;
        padding: 10px;
        width: 100%;
    }
    .cerca-imatges .filtre {
        clear:both;


    }
    .fonsimatges  {
        max-width:375px;	
    }

    .cerca-sidebar a {

    }
    .sidebar-home h3 {

        margin-top: 10px;
    }
    .sidebar-home .filtre {
        color: #000;
    }

    .cerca-sidebar a {
        color: #000;

    }

    /*    .sidebar-home .cerca-sidebar a.botocerca {
            background-color: #9e9e9e;
            color: white;
        }
        .sidebar-home  .cerca-sidebar a:hover {
            color: #666;
    
        }
        .sidebar-home  .cerca-sidebar a.botocerca:hover {
            background-color: #000;
            color: #fff;
        }*/




    /*/ Botonera /*/

    /*    .botonera {
            float: inherit;
            margin-top: 830px;
            position: absolute;
            margin-left: 10px;
        }
    
        .botonera a .fons {
            position: relative;
            margin-top: -93px;
            height: 93px;
            width: 235px;
            margin-left: 85px !important;
        }
    
        .botonera a:hover .fons {
            width: 255px;
    
        }
    
        .botonera a span {
            display: inherit !important;
        }
    
        .botonera a span {
            text-align: left;
            width: 190px;
            padding-top: 7px;
        }
    
    
        .botonera a img {
            opacity:1;
            filter:alpha(opacity=100); 
            width: 107px;
            height: 93px;
        }*/
    .cerca-bibliografica a.botocerca {

        margin-right: 10px;

    }

    .bx-wrapper {
        margin-top: 900px !important;
        width: 100% !important;
    }

    a.bx-prev, a.bx-next {
        display: none;
    }


    .centrat {
        width: 100%;
    }

    .peu {
        text-align: center;
        padding: 10px;
        float: left;
        clear: both;
        width: 100%;
    }

    .social-peu {
        display: inherit;
        background-color: #ececed;
        text-align: center;
        padding: 15px;
        float: left;
        clear: both;
        width: 100%;        
    }

    .social-peu a {
        margin: 5px;
    }

    .social-peu a img {
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */
    }

    .foto-int {
        height: 74px;
    }

    .error {
        background-position: center 200px;
    }

    .cos {
        padding: 20px;


    }
    .cos .right {
        float: none;
    }
    .agend {

    }

    .gran img {
        width: 270px;
    }

    .agend img {
        width: 400px;
    }
    .agend .right, .agend .left {
        float: inherit;
    }

    .gran .right, .agend .right {
        padding-right: 0px;
    }


    .agend .right {
        width: 270px;
        padding-top: 20px;
    }

    .main-cont {
        width: 100%;

    }

    img.foto-arxiu {
        width: 300px;
        margin-bottom: 20px;
    }



    ul#breadcrumbs-one {


    }

    .cercaimatges {
        margin-top:20px; right: auto;
        float:left !important;
        width: 100%;
    }


    .productcistella .right, .productcistella .left {
        float: inherit;
    }
    .cercabiblio .right, .cercabiblio .left {
        float: inherit;
    }
    a.tancar {
        width: 50px !important;
        float: right !important;
    }

    .productcistella .foto img {
        max-width: 100% !important;
    }

    .productcistella .text {
        margin-top: 20px;

    }


    .cercabiblio .text {
        margin-top: 20px;

    }



    .cerca-bibliografica input[type="text"] {

        width: 100%;

    }


    .cerca-bibliografica .left{
        width:100%;
    }

    .cerca-bibliografica a.botocerca {
        margin-top: 15px;
    }

    .publicacions {
        float: none;
        width: 100%;
        height: auto;
        padding: 0px;
        margin-bottom: 15px;
        font-size: 1em;
    }

    .fons .left {
        width: 100%;
        float: inherit;
    }

    .fons .right {

        float: inherit;

    }



    .descripcio {
        padding-right: 0px !important;
    }


    .contimatgesint {
        width: 100% ;
        margin-right: 0px;
        padding-left: 0px;
        padding-top:20px;
        left:auto;
    }

    .contimatgesint img {
        max-width: 100%;	
    }

    .contbiblioint {
        width: 100% ;
        margin-right: 0px;
        padding-left: 0px;
        padding-top:20px;
        left:auto;
    }

    .contbiblioint img {
        max-width: 100%;	

    }
    .contimatges {
        width: 100% ;
        margin-right: 0px;
        padding-left: 0px;
        padding-top:20px;
        left:auto;
    }

    .contimatges img {
        max-width: 100%;	
    }
    .expovirtual .descripcio {
        padding-right: 0px;

    }



    .formulari .right {
        width: auto;
    }

    .formulari input[type="text"], .formulari input[type="email"], .formulari textarea {
        width: 100%;
    }

    .peu .right, .peu .left {
        float: none;
    }

    .main-cont {
        width: 100%;
    }
    .cos .right {
        width: 100%;
    }

    a.continuar {
        width:100px !important;
    }
    .cos.formulari .right {
        width: 100%; margin-top:15px;
    }

    .navcompra {
        margin-bottom: 20px;
    }
    a.continuar  {
        margin-bottom: 10px;
    }
    a.afegir {
        margin-left:30px;
    }
    .fotos {

        width: 50%;
    }  

    .fotosRep {

        width: 50%;
    }  


    .cerca-bibliografica .left {
        padding: 0px;

    } 

    .fons .left img {

        padding-right: 0px;
    }

    #breadcrumbs-one a {

        padding: 0.3em 1em 0.3em 1.6em;

    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 768px) {

    .cerca-imatges input{
        width: 93%;
        margin-top: 0px
    }
    .cercaimatges input.ui-autocomplete-input{
        width: 100%;
    }

    .expovirtual .slide {
        margin: 0px 15px 20px 0px!important;
        width: 200px !important;
        font-family: 'Open Sans', sans-serif;
        padding-bottom: 20px;
    }

    .expovirtual .galeint {
        width: 100% !important;

    }
    .fotos {
        background-color: white;
        float: left;
        font-size: 0.8em;
        margin-top: 10px;
        overflow: hidden;
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    .fotosRep {
        background-color: white;
        float: left;
        font-size: 0.8em;
        margin-top: 10px;
        overflow: hidden;
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    .idiomes {
        width: 100px;
        position: absolute;
        top: 9px;
        right: 10px;
    }
    div.foto-int>div.top{
        height: 74px;
    }
    div.sidebar-home {
        padding-left: 0px;
    }
    div.sidebar-home div.cerca-imatges{
        float:left;
        margin-top:0px;
        width: 250px;
        position:relative;
        padding-top: 0px;
    }
    .sidebar-home h3{
        margin-top:0px;
    }
    .sidebar-home form{
        float:left;
        margin-top:0px;
    }
    .sidebar-home .fonsimatges{
        margin-top:0px;
        position:relative;
    }
    .sidebar-home .filtre {
        color: #fff;
    }
    div.filtre span.ui-autocomplete,div.fonsimatges span.ui-autocomplete, div.filtre div.ui-selectonemenu, div.fonsimatges div.ui-selectonemenu, div.cercaimatges div.ui-selectonemenu{
        width: 93%;
    }
    .cerca-sidebar a.botocerca{
        margin-left: 0px;
        margin-right: 16px;
    }
    .fonsimatges{
        width: 250px;
    }
    .sidebar-home h3.titagenda{
        display:none;
    }
    .sidebar-home div.agenda{
        display:none;
    }
    .centrat.slider-portada .bx-wrapper{
        max-width: 100% !important;
        margin-top: 0px !important;
    }
    .centrat.slider-portada .bx-wrapper .bx-pager{
        display:none;
    }
    .centrat.slider-portada .bx-wrapper .bx-controls-direction{
        position: absolute;
        top: 84px;
        left: 0px;
        width:100%;
    }
    .centrat.slider-portada .bx-wrapper .bx-controls-direction a.bx-prev, .centrat.slider-portada .bx-wrapper .bx-controls-direction a.bx-next{
        display:block;
    }
    .centrat.slider-portada .bx-wrapper .bx-controls-direction a.bx-prev{
        left: 5px !important;
    }
    .centrat.slider-portada .bx-wrapper .bx-controls-direction a.bx-next{
        right: 10px !important;
    }
    .formulari-cerca-bibliografica{
        width: 100% !important;
    }

}


@media only screen and (max-width : 550px) {
    .botonera{
        position: relative;
        margin-top: 0px;
        top: 0px;
    }
    .fons .bx-wrapper{
        margin-top:0px !important;
    }
    .fons #slider-prev, .fons #slider-next{
        display:block;
    }

    .fons a.bx-prev, .fons a.bx-next{
        display:block;
    }
    .fons #slider-next{
        margin-left: auto;
        right: 23px;
    }
    .fons .right{
        clear:both;
        margin-top: 55px;
    }
    table.inscripcio-formulari input{
        width: 150px;
    }
}

div.link-descarrega{
    float:right;
    margin-top: 10px;
}
div.link-descarrega a.botocerca{
    margin: 0px;
}

div.contenidor-foto-reportatge{
    float:left;
}
div.contenidor-foto-reportatge > a{
    float:left;
}
div.contenidor-foto-reportatge div.link-descarrega{
    clear:both;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 30px;
}

div.formulari-sollicitud-seccio{
    float:left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

div.formulari-sollicitud-seccio h1{
    border-bottom: 2px solid black;
}

div.formulari-sollicitud-seccio h2{
    border-bottom: 2px solid black;
}
div.formulari-sollicitud-seccio div.fila{
    float:left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
div.formulari-sollicitud-seccio div.fila label{
    float:left;
    width: 200px;
    max-width: 40%;
    font-size: 12px;
}
div.formulari-sollicitud-seccio div.fila label.ui-selectonemenu-label{
    max-width:100%;
    width:100%;
}
div.formulari-sollicitud-seccio div.fila label.ample-complet{
    width: 100%;
    max-width: 100%;
}
div.formulari-sollicitud-seccio div.fila label.etiqueta-ampla-90{
    width: auto;
    max-width: 90%;
}
div.formulari-sollicitud-seccio div.fila input{
    float:left;
    width: 1000px;
    max-width: 71%;
}
div.formulari-sollicitud-seccio div.fila.fila-nom-propi label:nth-of-type(1){
    width: 100px;
}
div.formulari-sollicitud-seccio div.fila.fila-nom-propi div{
    float:left;
    margin-right: 10px;
}
div.formulari-sollicitud-seccio div.fila.fila-nom-propi label:nth-of-type(2){
    width: 150px;
}
div.formulari-sollicitud-seccio div.fila.fila-nom-propi input:nth-of-type(1){
    width: 467px;
}
div.formulari-sollicitud-seccio div.fila div.ui-chkbox{
    float:left;
    margin-right: 10px;
}
div.formulari-sollicitud-seccio div.fila.fila-checkbox > div:nth-of-type(2){
    width: 600px;
    float:left;
}

div.formulari-sollicitud-seccio div.fila.fila-checkbox label{
    text-align: right;
    padding-right: 10px;
    width: 200px;
}
div.formulari-sollicitud-seccio div.fila.fila-checkbox > label:nth-of-type(1){
    text-align: left;
    padding-right: 0px;
    width: 140px;
}
/*div.formulari-sollicitud-seccio div.fila.fila-checkbox label:nth-of-type(3), div.formulari-sollicitud-seccio div.fila.fila-checkbox label:nth-of-type(4), div.formulari-sollicitud-seccio div.fila.fila-checkbox label:nth-of-type(5){
    clear:both;
    margin-left: 166px;
}*/

div.formulari-sollicitud-seccio div.fila.fila-checkbox input{
    width: 386px;
}

div.formulari-sollicitud-seccio-linia-sobre {
    margin-top: 40px;
    border-top: 2px solid black;
    padding-top: 10px;
}
div.formulari-sollicitud-seccio-linia-sobre > label:first-of-type{
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
}

div.formulari-sollicitud-seccio div.fila label.etiqueta-demana{
    clear: both;
    margin-left: 30px;
}

div.formulari-sollicitud-seccio div.fila input.camp-demana{
    width: 422px;
}
div.fila textarea{
    width: 587px;
}
div.fila-taxes > div:nth-of-type(2){
    clear: both;
    margin-left: 25px;
    margin-bottom: 30px;
}

.formulari-sollicitud-seccio-acceptacio-impressio{
    display:none;
}
img.logotip-per-pdf{
    display:none;
}
.oculta-a-web{
    display:none;
}

label.nota-imatges-sense-taxes{
    width: 651px !important;
    max-width: 100% !important;
    margin-top: 10p !important;
}
div.formulari-sollicitud-seccio-acceptacio div.ui-chkbox{
    margin-left: 0px;
    margin-right: 10px;
}
input.caixa-dia{
    width:50px;
    text-align: center;
}
input.caixa-any{
    width:80px;
    text-align: center;
}
div.selector-mes{
    min-width: 140px !important;
    top: 8px;
    text-align: center;
}
.seccio-accepta-termes-i-condicions label{
    margin-left: 10px;
    cursor: pointer;
}

div#emergent-carregant{
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width:32px;
    height:32px;
    position: absolute;
    z-index:9999;
}

.cercador-selector-tipus-drets{
    outline: medium none;
    border: 1px solid #a8a8a8;
    width: 230px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.cercador-selector-tipus-drets label.ui-selectonemenu-label{
    width:190px;
    background-color: #eeeeef;
    color: #868883;
    border-right: 1px solid #a8a8a8;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-size: 17px;
    height: 26px;
    padding: 4px;
    line-height: 16px;
}
.cercador-selector-tipus-drets div.ui-selectonemenu-trigger{
    width: 25px;
}

.caixaImatge{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media print {
    .oculta-a-web{
        display:inherit;
    }
    .oculta-a-pdf{
        display:none;
    }
    .formulari-sollicitud-seccio h1{
        font-size: 12px;
    }
    .formulari-sollicitud-seccio h2{
        font-size: 12px;
    }
    div.formulari-sollicitud-seccio div.fila input{
        width: 400px;
    }
    div.formulari-sollicitud-seccio div.fila.fila-nom-propi input.identificacioreprnom{
        width: 160px;
    }
    div.formulari-sollicitud-seccio div.fila.fila-nom-propi input.identificacioreprnif{
        width: 100px;
    }
    div.formulari-sollicitud-seccio div.fila.fila-nom-propi label{
        width: 120px;
    }
    div.formulari-sollicitud-seccio div.fila.fila-nom-propi label.labelidentificacioreprnif{
        width: 600px;
    }

    div.ui-chkbox {
        background-color: red;
        border-width: 50px;
    }
    div.ui-chkbox .ui-chkbox-box{
        display:none;
    }
    div.ui-chkbox .ui-helper-hidden-accessible{
        width: 16px;
        height: 16px;
        clip: inherit;
        display: block;
        float:left;
    }
    div.ui-chkbox .ui-helper-hidden-accessible input{
        width: 16px !important;
        height: 16px !important;
    }
    .checkIdentificacioNomPropi input{
        float:left;
        margin-left: 100px;
    }

    .labelidentificacioreprnom{
        margin-top: -15px;
        margin-left: 150px;
    }
    .identificacioreprnom{
        margin-top: -19px;
        margin-left: 5px;
    }
    .labelidentificacioreprnif{
        margin-top: -15px;
        margin-left: 5px;
    }
    .identificacioreprnif{
        margin-top:-28px;
        margin-left: 500px;
        height: 17px;
    }
    .formulari-sollicitud-seccio-declara{
        margin-bottom: 10px;
    }

    div.formulari-sollicitud-seccio-declaracio{
    }
    div.formulari-sollicitud-seccio-linia-sobre{
    }
    div.formulari-sollicitud-seccio-taxes{
    }
    div.formulari-sollicitud-seccio-lloc-i-data{
    }
    div.formulari-sollicitud-seccio-acceptacio{
        display: none;
    }
    div.formulari-sollicitud-seccio-lopd{
    }
    div.formulari-sollicitud-seccio div.fila.fila-checkbox label.etiqueta-declara-us{
        text-align: left;
        margin-left: 28px;
    }
    div.formulari-sollicitud-seccio div.fila label.etiqueta-checkbox-permis{
        text-align: left;
        margin-left: 28px;
    }
    div.formulari-sollicitud-seccio div.fila label.etiqueta-taxes{
        margin-left: 28px;
    }
    .formulari-sollicitud-seccio-acceptacio-impressio{
        display:block;
    }
    div.formulari-sollicitud-seccio label.etiquetaAcceptacio{
        width: 700px !important;
        display:block;
    }
    .formulari-sollicitud-seccio-acceptacio{
    }
    a#logo{
        display:none;
    }
    img.logotip-per-pdf{
        display:block;
        height: 40px;
    }
    .fragment-us-comercial label{
        width: 150px;
    }
    .fragment-us-comercial input{
        width: 200px;
    }
    .fragment-demana-permis-reproduccio label{
        width: 230px;
        max-width: 100%;
    }
    .fragment-demana-permis-reproduccio input{
        width: 320px !important;
    }

    .etiqueta-declara-us-camp{
        width: 160px !important;
        clear:both;
        margin-left: 238px;
    }
    .etiqueta-declara-us-camp-primera{
        width: 160px !important;
    }
    .camp-declara-us{
        width: 180px !important;
    }
    div.formulari-sollicitud-seccio-lloc-i-data label{
        display:inline;
    }
    div.formulari-sollicitud-seccio-lloc-i-data input{
        display:inline-block;
        width: 140px !important;
    }
    .seleccio-taxes-sollicitud{
        clear:both;
        margin-left: 50px;
        margin-top: 10px;
    }
    .seleccio-taxes-sollicitud .ui-datatable table{
        width: 600px;
        text-align: right;
    }
    .seleccio-taxes-sollicitud .ui-datatable table .ui-selectonemenu{
        width: 80% !important;
    }
    .seleccio-taxes-sollicitud .ui-datatable .ui-datatable-footer{
        border: none;
        text-align: right;
        width: 580px;
    }

    .seleccio-taxes-sollicitud td img{
        width: 120px;
    }
    .peu strong{
        font-size: 1em;
    }
}
.ui-autocomplete .ui-autocomplete-input.ui-autocomplete-dd-input{
    padding-right: 0px;
}

body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button{
    font-family:'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
}

.ui-widget{
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 0.8em;
    margin-bottom: 4px;
}

table.taula-tractament-digital{

}
table.taula-tractament-digital tr{

}
table.taula-tractament-digital td{
    border-bottom: 1px solid #aaa;
    padding:0px;
}
table.taula-tractament-digital tr>td:nth-child(1){
    border-left: 1px solid#aaa;
    padding-left: 3px;
}
table.taula-tractament-digital tr>td:nth-child(2){
    border-right: 1px solid#aaa;
    padding-right: 3px;
}
table.taula-tractament-digital tr:first-of-type td{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
table.taula-tractament-digital tr:first-of-type>td:nth-child(2){
    border-right: 1px solid #000;
}
table.taula-tractament-digital tr:first-of-type>td:nth-child(1){
    border-left: 1px solid #000;
}
table.taula-tractament-digital td p{
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}
div.titol-sala-exposicions{
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 50.4px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

/*#triangle-left { 
    width: 0; 
    height: 0; 
    border-top: 50px solid transparent;
    border-right: 25px solid red; 
    border-bottom: 43px solid transparent;
    position: relative;
    top: -92px;
    right: 25px;
    transition: transform 1s;
    z-index: 50;
}

#triangle-left:before { 
    background-color: red;
    content: "";
    height: 92px;
    left: 25px;
    position: absolute;
    top: -50px;
    width: 106px;
    right: 25px;
    z-index: 50;
    
}

#triangle-left:hover{
    transform: translateX(-100px);
}

#triangle-left a img {
    height: 93px;
    opacity: 0.5;
    position: relative;
    width: 107px;
    z-index: 99;
}

#triangle-left a span {
    display: none;
}

#triangle-left a:hover span {
    display: inherit;
}

#triangle-left a span {
    color: white;
    text-decoration: none;
    text-align: right;
    width: 130px;
    margin-left: 30px;
    padding-top: 5px;
    font-size: 0.9em;
    line-height: 1.3em;
    height: 83px;
    overflow: hidden;
    z-index: 70;
}*/

/*img.logotip-capcalera-any-fargnoli{
    width: 181px;
    margin-top: -65px;
    float: right;
    margin-right: 135px;
}*/

div.fargnoli-paragraf-autorretrat{
}
div.fargnoli-imatge-quadern{
}
@media only screen and (max-width : 772px) {
    div.fargnoli-paragraf-autorretrat{
        clear:both;
        width: 100% !important;
        margin-left: 0px !important;
    }
    div.fargnoli-autorretrat{
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width : 768px) {
/*    img.logotip-capcalera-any-fargnoli{
        width: 110px;
        margin-top: -55px;
        margin-right: 0px;
    }*/
    div.fargnoli-imatge-quadern{
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }
    div.fargnoli-imatge-quadern-paragraf{
        clear:both !important;
        width: 100% !important;
        margin-left: 0px !important;
        padding-top: 10px!important;
    }
}
@media only screen and (max-width : 375px) {
/*    img.logotip-capcalera-any-fargnoli{
        width: 64px;
        margin-top: -8px;
        float: left;
        margin-right: 0px;
        margin-left: 43px;
    }*/
}

a.slide.mini-expo-home.galeint.exposicions-interactives{
    width: 480px !important;
    height: 550px;
}

iframe.contenidor-exposicio-interactiva{
    border:none;
    width:1080px;
    height:512px;
}